Click or drag to resize

SipClientSendRequest Method

Sends request to a client or server.

Namespace:  Independentsoft.Sip
Assembly:  Independentsoft.Sip (in Independentsoft.Sip.dll) Version: 1.0.700.17927
Syntax
public RequestResponse SendRequest(
	Request request
)

Parameters

request
Type: Independentsoft.SipRequest
A request to send.

Return Value

Type: RequestResponse
A RequestResponse containing sent Request and received appropriate Response.
See Also